home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / english / help / def_sector-range.qml < prev    next >
Encoding:
Text File  |  1999-08-15  |  712 b   |  21 lines

  1. <qml type="detail">
  2.  
  3.   <p>
  4.     Sector numbers are used to divide a hard disk into partitions. 
  5.     For example, /dev/hda (the entire first IDE hard drive) may have
  6.     sectors 1 - 624 available, but /dev/hda1 (the first partition on
  7.     /dev/hda) may only use sectors 1 - 250, and /dev/hda2 (the second
  8.     partition on /dev/hda) may use sectors 250 - 624. Specific partitions
  9.     are defined in this manner on the actual hard drive.
  10.   </p>
  11.  
  12.   <p>
  13.     Depending on your hard drive, one sector may occupy different amounts
  14.     of space.  So, specifying /dev/hda1 as using sectors 1 - 250 may add
  15.     up to 750 megabytes on one drive, whereas on another drive it may add
  16.     up to 1,000 megabytes.
  17.   </p>
  18.  
  19. </qml>
  20.  
  21.